home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / join.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  568 b   |  29 lines

  1. JOIN
  2.  
  3. Concatenates two or more files into a new file.
  4.  
  5. Format
  6.  
  7. JOIN [FILE] <file | pattern>} AS | TO <filename>
  8.  
  9. Template
  10.  
  11. FILE/M/A,AS=TO/K/A
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. JOIN copies all the listed files, in the order given, to one new file. This
  18. destination file cannot have the same name as any of the source files. You
  19. must supply a destination file name. The original files remain unchanged. Any
  20. number of files can be JOINed in one operation.
  21.  
  22. TO can be used as a synonym for AS.
  23.  
  24. Example:
  25.  
  26. 1> JOIN Part1 Part2 Part3 AS Textfile
  27.  
  28. For another example using JOIN, see Chapter 8.
  29.